home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11420 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: fohnix.metronet.com!not-for-mail
  2. From: milam@fohnix.metronet.com (Stan Milam)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: What are the best C programming language books for beginner?
  5. Date: 23 Mar 1996 17:25:33 -0600
  6. Organization: Texas Metronet, Inc  (login info (214/488-2590 - 817/571-0400))
  7. Message-ID: <4j219d$ojh@fohnix.metronet.com>
  8. References: <313FA4BD.41C67EA6@dragon.taiwan.ti.com> <3a7cc$15141.38a@news.comet.net> <Pine.OSF.3.91.960313150356.30507A-100000@io.UWinnipeg.ca> <4i81un$4gc@solutions.solon.com> <4i9homINNa10@keats.ugrad.cs.ubc.ca> <31487E8A.11A1@oc.com>
  9. NNTP-Posting-Host: fohnix.metronet.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Larry Weiss (lfw@oc.com) wrote:
  13. : Peter Seebach <seebs@solutions.solon.com> wrote:
  14.  
  15. :  >K&R is fully ANSI, with one (1) exception I know of (*study* page 117.).
  16.  
  17. : I have notes that dmr also is unhappy with the code on page 119, 
  18. : especially with the line that ends
  19.  
  20. :                    : strcmp));
  21.  
  22. : But I have no details in front of me.   Does anyone remember what's
  23. : "bad" about that invocation of qsort() ?
  24.  
  25. Yes, the number of elements in the array is coded as 0, and size of the
  26. elements is coded as nlines-1.
  27.  
  28. Thanks, I will mark that one too.
  29.  
  30. Regards,
  31. Stan Milam.
  32.